home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / WINDOWS / GOLFIERY.ZIP / C / CREAD.ME next >
Encoding:
Text File  |  1995-04-03  |  672 b   |  26 lines

  1. CREAD.ME
  2. ========
  3.  
  4. Example files or golfiery. Both C examples need golfiery.h en golfiery.lib. 
  5. The golfiery.lib import file can be created with the implib utility which
  6. can be found in any C/C++ compiler package.
  7.  
  8. Demos written by Alfons Hoogervorst.
  9.  
  10.  
  11. tooltips.exe
  12. ------------
  13.  
  14. Demonstrates the Golfiery FlyByHints (or "tooltips"). For more info
  15. refer to tooltips.c. Demonstrates how to superclass the FlyByHints, and
  16. how to subclass childs for support for FlyByHints.
  17.  
  18.  
  19. balloon.exe
  20. -----------
  21.  
  22. Demonstrates Golfiery BalloonHelp functions and all the BLNS_xxx styles
  23. used by the BalloonHelpEx function. Also demonstrates superclassing in 
  24. C.
  25.  
  26.